home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / dev / misc / Robodoc2_0e.lha / Robodoc2.0e / Examples / prog1.c next >
Text File  |  1995-05-26  |  1KB  |  74 lines

  1. /****h* TEST/Prog1.C *******************************************************
  2. *
  3. *    NAME
  4. *      Prog1.C -- Test program 1. (v1.0)
  5. *
  6. *    COPYRIGHT
  7. *      Maverick Software Development (C) 1995
  8. *
  9. *    FUNCTION
  10. *      Totally nothing and useless.
  11. *
  12. *    AUTHOR
  13. *      Jacco van Weert
  14. *
  15. *    CREATION DATE
  16. *      15-Feb-95
  17. *
  18. *    MODIFICATION HISTORY
  19. *      15-Feb-95 - v1.0 - First version
  20. *
  21. *    NOTES
  22. *      Nothing special
  23. *
  24. ****************************************************************************
  25. */
  26.  
  27.  
  28. /****i* Prog1.C/Proc_Internal1 *********************************************
  29. *
  30. *    NAME
  31. *      Proc_Internal1 -- Internal procedure test program. (v1.0)
  32. *
  33. *    SYNOPSIS
  34. *      Proc_Internal1
  35. *
  36. *    FUNCTION
  37. *      Just for fun.
  38. *
  39. *    INPUTS
  40. *      No inputs
  41. *
  42. *    BUGS
  43. *      The procedure does not exist :)
  44. *
  45. *    PURPOSE
  46. *      the purpose of the procedure.
  47. *      whatever it is.
  48. *
  49. *    SEE ALSO
  50. *      Proc_Normal1, Proc_Internal2
  51. *      Proc_Normal2, Prog2.C
  52. *
  53. ****************************************************************************
  54. */
  55.  
  56. /****** Prog1.C/Proc_Normal1 ***********************************************
  57. *
  58. *    NAME
  59. *      Proc_Normal1 -- Normal procedure. (v1.0)
  60. *
  61. *    SYNOPSIS
  62. *      Proc_Normal1
  63. *
  64. *    FUNCTION
  65. *      Useless.
  66. *
  67. *    SEE ALSO
  68. *      Proc_Internal1, Proc_Normal2
  69. *      Prog2.C
  70. *
  71. ****************************************************************************
  72. */
  73.  
  74.